home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.BOTSTYLE.LSTVIEWS.INI.en < prev    next >
Encoding:
INI File  |  2009-06-09  |  9.4 KB  |  200 lines

  1. [info]
  2. _LCID=1033
  3. _version=12.0.1103.0
  4.  
  5. [Table]
  6. Name=Basic table
  7. Description=The basic table style shows a column for each field you choose, and a new row for each item in the list.
  8. HasFieldEnum=true
  9. RequiredFields=
  10. Header=<table ID="[#WebQueryInfo#]" border="0" width="100%" rules="rows"><tr valign="top"><form>[#ForEach_Field#]<th class="ms-vh" align="left">[#Field#]</th>[#Next_Field#]</form></tr>
  11. Body=<tr>[#ForEach_Field#]<td class="ms-vb" align="left">[#Field#]</td>[#Next_Field#]</tr>
  12. Footer=</table>
  13. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  14. Tag=body
  15. TagRow=tbody
  16. Tabular=true
  17. Preview=table.gif
  18.  
  19. [RepForm1]
  20. Name=Repeating form
  21. Description=The repeating form style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list.
  22. HasFieldEnum=true
  23. RequiredFields=LinkTitle,Created
  24. Header=<table border="0" width="100%" cellspacing="0">
  25. Body=<tr><td width="50%" align="left" class="ms-vb"><b>[#Field(LinkTitle)#]</b></td><td width="50%" align="right" class="ms-vb">[#Field(Created)#]</td></tr><tr><td width="100%" colspan="2" class="ms-vb"><hr>[#ForEach_Field#][#FieldTitle#]: [#Field#]<br>[#Next_Field#]<br></td></tr>
  26. Footer=</table>
  27. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  28. Tag=body
  29. TagRow=tbody
  30. Tabular=false
  31. Preview=repform1.gif
  32.  
  33. [RepForm2]
  34. Name=Repeating form (centered)
  35. Description=The repeating form (centered) style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and all the information is center-aligned.
  36. HasFieldEnum=true
  37. RequiredFields=LinkTitle
  38. Header=<table border="0" width="100%" cellspacing="0">
  39. Body=<tr><td align="center" class="ms-vb"><b>[#Field(LinkTitle)#]</b></td></tr><tr><td align="center" class="ms-vb">[#ForEach_Field#][#FieldTitle#]: [#Field#]<br>[#Next_Field#]<br> </td></tr>
  40. Footer=</table>
  41. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  42. Tag=body
  43. TagRow=tbody
  44. Tabular=false
  45. Preview=repform2.gif
  46.  
  47. [RepForm3]
  48. Name=Repeating form with border
  49. Description=The repeating form with border style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and each item appears in its own table cell.
  50. HasFieldEnum=true
  51. RequiredFields=LinkTitle
  52. Header=<table border="1" cellspacing="0" width="100%">
  53. Body=<tr><td><table border="0" cellspacing="0" width="100%"><tr><td width="25%" class="ms-vb"><b>[#FieldTitle(LinkTitle)#]:</b></td><td width="75%" class="ms-vb">[#Field(LinkTitle)#]</td></tr>[#ForEach_Field#]<tr><td width="25%" class="ms-vb"><b>[#FieldTitle#]:</b></td><td width="75%" class="ms-vb">[#Field#]</td></tr>[#Next_Field#]</table></td></tr>
  54. Footer=</table>
  55. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  56. Tag=body
  57. TagRow=tbody
  58. Tabular=false
  59. Preview=repform3.gif
  60.  
  61. [2ColFrm]
  62. Name=Two-column repeating form with border
  63. Description=The two-column repeating form with border style shows a two-column table with each list item in its own table cell.
  64. HasFieldEnum=true
  65. RequiredFields=LinkTitle
  66. Header=<table border="1" cellspacing="0" width="100%"><tr>[#SetVar(EvenRow,0)#]
  67. Body=<td align="left" valign="top" width="50%"><table border="0" cellspacing="0" width="100%"><tr><td width="25%" class="ms-vb"><b>[#FieldTitle(LinkTitle)#]:</b></td><td width="75%" class="ms-vb">[#Field(LinkTitle)#]</td></tr>[#ForEach_Field#]<tr><td width="25%" class="ms-vb"><b>[#FieldTitle#]:</b></td><td width="75%" class="ms-vb">[#Field#]</td></tr>[#Next_Field#]</table></td>[#If_VarEq(EvenRow,1)#]</tr><tr>[#SetVar(EvenRow,0)#][#Else_VarEq#][#SetVar(EvenRow,1)#][#EndIf_VarEq#]
  68. Footer=[#If_VarEq(EvenRow,1)#]<td> </td>[#Else_VarEq#][#EndIf_VarEq#]</tr></table>
  69. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  70. Tag=body
  71. TagRow=tbody
  72. Tabular=false
  73. Preview=2colfrm.gif
  74.  
  75. [Commas]
  76. Name=Comma separated
  77. Description=The comma separated style shows the titles for items in the list with all the other field values separated by commas underneath the titles.
  78. HasFieldEnum=true
  79. RequiredFields=LinkTitle
  80. Header=
  81. Body=<p><b>[#Field(LinkTitle)#]</b><br>[#SetVar(First,1)#][#ForEach_Field#][#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field#][#Next_Field#]</p>
  82. Footer=
  83. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  84. Tag=body
  85. TagRow=body
  86. Tabular=false
  87. Preview=commas.gif
  88.  
  89. [2ColCma]
  90. Name=Two-column comma separated
  91. Description=The two-column comma separated style shows a two-column view of the titles for items in the list with all the other field values separated by commas underneath the titles.
  92. HasFieldEnum=true
  93. RequiredFields=LinkTitle
  94. Header=<table border="0" cellspacing="0" width="100%"><tr>[#SetVar(EvenRow,0)#]
  95. Body=<td align="left" valign="top" width="50%" class="ms-vb"><b>[#Field(LinkTitle)#]</b><br>[#SetVar(First,1)#][#ForEach_Field#][#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field#][#Next_Field#]</td>[#If_VarEq(EvenRow,1)#]</tr><tr>[#SetVar(EvenRow,0)#][#Else_VarEq#][#SetVar(EvenRow,1)#][#EndIf_VarEq#]
  96. Footer=</tr></table>
  97. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  98. Tag=body
  99. TagRow=tbody
  100. Tabular=false
  101. Preview=2colcma.gif
  102.  
  103. [BulTitl]
  104. Name=Bulleted list of titles
  105. Description=The bulleted list of titles style shows a bulleted list of the titles for all the items in the list.
  106. HasFieldEnum=false
  107. RequiredFields=LinkTitle
  108. Header=<ul>
  109. Body=<li>[#Field(LinkTitle)#]</li>
  110. Footer=</ul>
  111. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  112. Tag=body
  113. TagRow=ul
  114. Tabular=false
  115. Preview=bultitl.gif
  116.  
  117. [NumTitl]
  118. Name=Numbered list of titles
  119. Description=The numbered list of titles style shows a numbered list of the titles for all the items in the list.
  120. HasFieldEnum=false
  121. RequiredFields=LinkTitle
  122. Header=<ol start="[#DisplayVarInAttr(PageFirstRow)#]">
  123. Body=<li>[#Field(LinkTitle)#]</li>
  124. Footer=</ol>
  125. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  126. Tag=body
  127. TagRow=ol
  128. Tabular=false
  129. Preview=numtitl.gif
  130.  
  131. [PlnTitl]
  132. Name=Plain list of titles
  133. Description=The plain list of titles style shows the titles for all the items in the list, each on a separate line.
  134. HasFieldEnum=false
  135. RequiredFields=LinkTitle
  136. Header=<p>[#SetVar(First,1)#]
  137. Body=[#If_VarEq(First,0)#]<br>[#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field(LinkTitle)#]
  138. Footer=</p>
  139. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  140. Tag=body
  141. TagRow=p
  142. Tabular=false
  143. Preview=plntitl.gif
  144.  
  145. [HorzTitl]
  146. Name=Horizontal list of titles
  147. Description=The horizontal list of titles style shows the titles for all the items in the list separated by commas on a single line.
  148. HasFieldEnum=false
  149. RequiredFields=LinkTitle
  150. Header=<p>[#SetVar(First,1)#]
  151. Body=[#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field(LinkTitle)#]
  152. Footer=</p>
  153. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  154. Tag=body
  155. TagRow=p
  156. Tabular=false
  157. Preview=horztitl.gif
  158.  
  159. [Drpdwn]
  160. Name=Dropdown menu of titles
  161. Description=The dropdown menu of titles style shows a dropdown menu that contains the titles for all the items in the list.
  162. HasFieldEnum=false
  163. RequiredFields=ID,Title
  164. Header=<form method="GET" action="[#ListURL(DISPLAY)#]"><select name="ID" size="1" onchange="javascript:this.form.submit();"><option selected value="0">Choose one...</option>
  165. Body=<option value="[#FieldInAttr(ID)#]">[#Field(Title)#]</option>
  166. Footer=</select></form>
  167. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  168. Tag=body
  169. TagRow=select
  170. Tabular=false
  171. Preview=drpdwn.gif
  172.  
  173. [Compnt]
  174. Name=Page component
  175. Description=The page component style shows a bulleted list of the titles for all the items in the list inside a box.
  176. HasFieldEnum=false
  177. RequiredFields=LinkTitle
  178. Header=<table border="1" cellspacing="0" width="100%"><tr><td width="100%" align="center"><b>[#ListTitle#]</b></td></tr><tr><td width="100%" class="ms-vb"><ul>
  179. Body=<li>[#Field(LinkTitle)#]</li>
  180. Footer=</ul></td></tr></table>
  181. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  182. Tag=body
  183. TagRow=ul
  184. Tabular=false
  185. Preview=compnt.gif
  186.  
  187. [History]
  188. Name=History list
  189. Description=The history list style shows the creation date for an item in the list, the title of the item, and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and items are shown in chronological order. All the information is center-aligned.
  190. HasFieldEnum=true
  191. RequiredFields=LinkTitle,Created
  192. Header=<table border="0" cellspacing="0" width="100%">
  193. Body=<tr><td width="100%" align="center"><b>[#Field(Created)#]</b></td></tr><tr><td align="middle" width="100%" class="ms-vb">[#FieldTitle(LinkTitle)#]: [#Field(LinkTitle)#]<br>[#ForEach_Field#][#FieldTitle#]: [#Field#]<br>[#Next_Field#] </td></tr>
  194. Footer=</table>
  195. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  196. Tag=body
  197. TagRow=tbody
  198. Tabular=false
  199. Preview=history.gif
  200.